Define a few variables of obscure types to aid debugging exceptions on Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Aug 2013 10:18:48 +0000 (13:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Aug 2013 10:18:48 +0000 (13:18 +0300)
commit9fec67db357debfaa530bdeff31f840c2c142639
treed0f38e667f80aa844f6b7f274c58f71c6639e3df
parent1d798babab8d67fc4f30fdb4f6d276c38243512a
Define a few variables of obscure types to aid debugging exceptions on Windows.

 src/w32.c (PEXCEPTION_POINTERS, PEXCEPTION_RECORD, PCONTEXT): Define
 variables of these types so that GDB would know about them, as aid
 for debugging fatal exceptions.  (Bug#15024)  See also
 http://sourceware.org/ml/gdb/2013-08/msg00010.html for related
 discussions.
src/ChangeLog
src/w32.c